Q3ViewerAdjustCursor
You can use theQ3ViewerAdjustCursor
function to allow the 3D Viewer to adjust the cursor when it is inside a viewer object.
Boolean Q3ViewerAdjustCursor ( TQ3ViewerObject theViewer, Point *pt);
theViewer
- A viewer object.
pt
- The location of the cursor, in the local coordinates of the window that contains the specified viewer object.
DESCRIPTION
TheQ3ViewerAdjustCursor
function adjusts the cursor to whatever shape is appropriate when the cursor is located at the point specified by thept
parameter inside the viewer object specified by thetheViewer
parameter. You should callQ3ViewerAdjustCursor
in response to a mouse-moved event.Q3ViewerAdjustCursor
returns a Boolean value that indicates whether the shape of the cursor was changed (True
) or not (False
).